A css variable is a great way to keep things like colors and other styles consistant. It allows you to define something like a color '#0a85ff' to a name like '--primary-color'. You can then user 'var(--primary-color)' to color an element, and then you can change that value here.
This allows you to change the color for your entire website easily without having to change it for every element.
Animations are a great way to make your page stand out and feel more interactive. To create one you specify the style of the element at each keyframe below (you can skip keyframes). You can then apply this to an elements 'animation'.
keyframe 0%
Feel free to use one of the templates below or upload your own (html files).
A basic blank page for starting fresh
An splash image based landing page to show off something on your site.
A generic business page with a nav bar.
Basic portfolio page with a few cards for showing off your stuff!